home *** CD-ROM | disk | FTP | other *** search
/ How to Handle Conflict & Confrontation / How to Handle Conflict & Confrontation.iso / setup.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Encoding:
Text File  |  2001-08-22  |  1.1 KB  |  60 lines

  1. object Form2: TForm2
  2.   Left = 517
  3.   Top = 367
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Agreement'
  7.   ClientHeight = 308
  8.   ClientWidth = 440
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 267
  24.     Width = 440
  25.     Height = 41
  26.     Align = alBottom
  27.     BevelOuter = bvNone
  28.     TabOrder = 0
  29.     object Button1: TButton
  30.       Left = 120
  31.       Top = 8
  32.       Width = 75
  33.       Height = 25
  34.       Caption = 'I Agree'
  35.       TabOrder = 0
  36.       OnClick = Button1Click
  37.     end
  38.     object Button2: TButton
  39.       Left = 206
  40.       Top = 8
  41.       Width = 75
  42.       Height = 25
  43.       Caption = 'I Don'#39't Agree'
  44.       TabOrder = 1
  45.       OnClick = Button2Click
  46.     end
  47.   end
  48.   object RichEdit1: TRichEdit
  49.     Left = 0
  50.     Top = 0
  51.     Width = 440
  52.     Height = 267
  53.     Align = alClient
  54.     Lines.Strings = (
  55.       'RichEdit1')
  56.     ScrollBars = ssBoth
  57.     TabOrder = 1
  58.   end
  59. end
  60.